home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / qfbw109.zip / QFB.DOC < prev    next >
Text File  |  1996-06-21  |  14KB  |  325 lines

  1.         **************************************************************
  2.         *                                                            *
  3.         *                                                            *
  4.         *                   *****   *******  ******                  *
  5.         *                  **   **   **   *   **  **                 *
  6.         *                  **   **   ** *     **  **                 *
  7.         *                  **   **   ****     *****                  *
  8.         *                  **   **   ** *     **  **                 *
  9.         *                  **   **   **       **  **                 *
  10.         *                   ***** * ****     ******                  *
  11.         *                                                            *
  12.         *                                                            *
  13.         *                  A Quick File Base Builder                 *
  14.         *                 v 1.09 for Maximus 3.xx (*)                *
  15.         *                                                            *
  16.         **************************************************************
  17.         *                                                            *
  18.         *         (C) Copyright 1995-1996 by Alberto Pasquale        *
  19.         *                                                            *
  20.         *            A L L   R I G H T S   R E S E R V E D           *
  21.         *                                                            *
  22.         *                    F R E E W A R E                         *
  23.         *                                                            *
  24.         **************************************************************
  25.         
  26.         
  27.         * Maximus is a trademark of Lanius Corporation
  28.         
  29.  
  30.                   (c) Copyright 1995-1996 by Alberto Pasquale
  31.         
  32.                                 F R E E W A R E
  33.         
  34.                                     LICENSE
  35.         
  36.         
  37.         You may copy, distribute and use this program freely, provided
  38.         you do not modify the original archive and Copyrights.
  39.         
  40.         
  41.                                    DISCLAIMER
  42.         
  43.         You are entitled to use this freeware program "as is". No
  44.         guarantee can be given on the performance of the program. The
  45.         author will not be liable for any damage or loss related to the
  46.         use of this program.
  47.         
  48.         
  49.                                     Overview
  50.         
  51.         
  52.         QFB is a substitute for the FB (Dos) or FBP (OS/2) program by
  53.         Scott J. Dudley for building a Maximus 3.xx file-base (Maximus
  54.         is a trademark of Lanius Corporation).
  55.         
  56.         Main characteristics:
  57.         
  58.         - Generates UniFiles.Idx in addition to the standard
  59.           MaxFiles.Idx; UniFiles.Idx is an index file like MaxFiles.Idx
  60.           but with no duplicates (in the case of dupes, the file in the
  61.           first defined area is kept in the index).
  62.         
  63.           You can use UniFiles.Idx as a file-request index for your
  64.           mailer (e.g. BinkleyTerm (c) Bit Bucket Software)
  65.         
  66.         - Support for multi-line descriptions.
  67.         
  68.           Usually the description of a file in the FILES.BBS is
  69.           contained in a single physical line: Maximus will word wrap
  70.           and align when displaying it to the user.
  71.         
  72.           The problems come when you import the multi-line file_id.diz
  73.           descriptions into the FILES.BBS in order to make Maximus show
  74.           them to the user keeping the original formatting.
  75.         
  76.           As a matter of facts, Maximus (partially) supports
  77.           "continuation" lines that begin with '|' or '+' (second or
  78.           greater column). However many people like using NO
  79.           continuation character: they add multi-line descriptions one
  80.           line after another, indenting the subsequent lines so that
  81.           Maximus shows them aligned (but it does not recognize them in
  82.           the case of hurl, kill etc.). File management programs are
  83.           then used to correctly manage the areas.
  84.         
  85.           QFB supports a user-defined continuation character and
  86.           position, which default to the space ' ' and 31 (columns)
  87.           respectively (see the -c command line switch).
  88.         
  89.           QFB adds continuation lines to the FILES.DMP without loosing
  90.           formatting. You can verify this by using the L)ocate or
  91.           N)ewfiles command of Maximus. FB/FBP, on the contrary,
  92.           concatenate all the lines together (when they area recognized
  93.           as continuation lines...).
  94.         
  95.           There is a side effect, though: The L)ocate and N)ewfiles
  96.           commands show the continuation lines aligned at left.
  97.           Since this behaviour is not appreciated by some SysOps, the
  98.           "-d" command line switch allows to output a unique-line
  99.           description to FILES.DMP: original formatting is lost (as with
  100.           FB/FBP) but the entire description is word-wrapped and aligned
  101.           by Maximus.
  102.         
  103.         - Very fast update operation (when a list of areas is specified
  104.           on the command line or the -n switch is used).
  105.         
  106.         - Fast operation even in the full-build.
  107.         
  108.         - The -n switch allows to update the filebase by compiling only
  109.           modified areas, even if you do not have a list of area names
  110.           available.
  111.         
  112.         - Area names can be specified using the '?' and '*' wildcards as
  113.           per the OS/2 rules. E.G. "*OS2*" includes all areas whose name
  114.           contains "OS2".
  115.         
  116.         - Can be used with CD-ROMs with no need to copy the FILES.BBS to
  117.           a hard-disk directory, provided you don't really need the
  118.           DAT/DMP/IDX files for the area: the global indexes
  119.           (MaxFiles.Idx and UniFiles.Idx) will contain the data for
  120.           these areas so that File-Request, Global Download and Upload
  121.           Dupe Check will work anyway.
  122.         
  123.         - Does not abort nor prompt user in the case of "drive not
  124.           ready" or "write protected" errors.
  125.         
  126.         - Retries for many seconds in case of a sharing violation.
  127.           Please note that in the case of protracted inability to open a
  128.           DAT/DMP/IDX file for write, QFB could report a "Write
  129.           Protected" area instead of the sharing violation. It will
  130.           proceed anyway as if the unit were write protected.
  131.         
  132.         - All ApWorks programs that access the FileBase use a
  133.           "FileBase.Bsy" flag in the Maximus system directory to avoid
  134.           concurrent writes to the same filebase. There is no problem in
  135.           the case the FileBase.Bsy flag is not deleted due to abnormal
  136.           terminations or power failures, so you do not need to delete
  137.           it in the startup.cmd/autoexec.bat as with other programs.
  138.         
  139.         
  140.         
  141.                                          Usage
  142.         
  143.         
  144.         The command line parameters are the same as with FB/FBP, with a
  145.         few exceptions:
  146.         
  147.         QFB [<switches>] [<area> ...]
  148.         
  149.         If no command line parameter is given, the help is shown. If no
  150.         <area> is given and the -n switch is not used, all areas are
  151.         compiled.
  152.         
  153.         
  154.          -a
  155.                 Compile all areas.
  156.         
  157.                 This is the default, but the switch is needed when no
  158.                 other switches are used (QFB shows help on an empty
  159.                 command).
  160.         
  161.         
  162.          -c[<nn>[<c>|#<nnn>]]
  163.         
  164.                 The default for continuation column/character is 31/' '.
  165.                 That is, if a line that starts with 31 spaces is found
  166.                 after a description line in the FILES.BBS, then it is
  167.                 taken as a continuation line. Empty lines are also taken
  168.                 as continuation lines, in order to allow correct
  169.                 processing of file_id.diz descriptions that contain
  170.                 blank lines.
  171.         
  172.                 You can disable multi-line description support by using
  173.                 "-c" alone.
  174.         
  175.                 e.g.  -c   (disables multi-line support)
  176.         
  177.                 You can override the number of blank columns required by
  178.                 using "-c<nn>" where <nn> specifies the number of spaces
  179.                 needed at the start of a line to consider it a
  180.                 continuation line.
  181.         
  182.                 e.g. -c34  (34 spaces required)
  183.         
  184.                 If you want to use some special character (not the
  185.                 simple space) as a continuation character, then you must
  186.                 specify it in the -c switch after the <nn>. You can
  187.                 either specify the character directly (<c>) or by its
  188.                 ASCII code (#<nnn>). Please note that the '|'
  189.                 (frequently used) is the symbol for pipe, so it CANNOT
  190.                 be used on a command line: you must either specify its
  191.                 ASCII code or prefix it with an escape character.
  192.         
  193.                 e.g. -c29+     (the continuation lines start with '+')
  194.                      -c29#124  (124 is the ASCII code for '|')
  195.                      -c29^|    (OS/2 escape sequence for '|')
  196.         
  197.                 Since the continuation lines usually have a space after
  198.                 the continuation character, QFB skips it if present.
  199.         
  200.                 Example:
  201.         
  202.                 TEST.ZIP  This is a long description
  203.                                  | for the file test.zip
  204.                                  |
  205.                                  | Author: <author>
  206.                                  | Shareware US$30
  207.         
  208.                 Note: the <nn> number of spaces is essential when the
  209.                       continuation character is not specified (simple
  210.                       space). On the contrary, it is not currently
  211.                       really meaningful when the continuation character
  212.                       is different from space (the only difference is
  213.                       between 0 and >0).
  214.         
  215.                       For example, if you use "-c29#124", QFB accepts as
  216.                       continuation lines all those whose first non-space
  217.                       character is '|', provided it is NOT in the first
  218.                       column. To make QFB accept a continuation
  219.                       character in the first column you must specify 0
  220.                       as <nn> ("-c00#124").
  221.         
  222.         
  223.          -d
  224.                Output Unique-Line descriptions to FILES.DMP.
  225.         
  226.                Avoids multi-line descriptions in FILES.DMP, the file
  227.                where Maximus looks for the file descriptions when using
  228.                the filebase (L)ocate and N)ewfiles commands).
  229.         
  230.                When multi-line description support is used, QFB outputs
  231.                the entire description string (line feeds included) to
  232.                the FILES.DMP, so that the Maximus L)ocate and N)ewfiles
  233.                commands respect the original formatting.
  234.         
  235.                Unfortunately there is a side-effect: the continuation
  236.                lines are aligned at left, and this is not appreciated by
  237.                some SysOps.
  238.         
  239.                When this switch is used, QFB changes the linefeeds to
  240.                spaces, so that the DMP description is made of a long
  241.                unique line: the original formatting is lost but the
  242.                description will be aligned and word-wrapped by Maximus
  243.                when the L)ocate or N)ewfiles commands are used.
  244.         
  245.         
  246.          -f<file>
  247.                 Use <file> as farea.dat.
  248.         
  249.                 This overrides the information from Max.Prm.
  250.         
  251.         
  252.          -g
  253.                 Compile global index only.
  254.         
  255.                 The DAT/DMP/IDX files of each area are not generated.
  256.         
  257.                 Do not use this switch if you are not really sure you do
  258.                 not need these files.
  259.         
  260.         
  261.          -n
  262.                 Compile areas with new Files.Bbs.
  263.         
  264.                 All areas that have a Files.Bbs newer than the Files.Idx
  265.                 will be compiled and the MaxFiles/UniFiles.idx updated;
  266.                 areas marked as "Type CD" are skipped.
  267.         
  268.                 This switch is meaningless when the -g switch has been
  269.                 used (files.idx not generated).
  270.         
  271.         
  272.          -p<file>
  273.                 Use <file> as the Maximus .prm file.
  274.         
  275.                 Overrides the MAXIMUS environment var.
  276.                 The .prm extension is added if no extension is given.
  277.         
  278.         
  279.          -q
  280.                 Quiet mode.
  281.         
  282.                 QFB reports errors only.
  283.         
  284.         
  285.          -s
  286.                 Skip slow areas marked as "Type CD".
  287.                 The indexes are updated after scanning all non-slow
  288.                 areas.
  289.         
  290.         
  291.          -u
  292.                 Scan upload paths.
  293.         
  294.                 This switch is used by Maximus in RunFB.Cmd (.Bat for
  295.                 DOS) when the update of upload areas is needed.
  296.         
  297.                 The Upload paths for the listed areas are scanned
  298.                 instead of the download ones, provided the upload path
  299.                 is in a defined Maximus area.
  300.         
  301.         
  302.         <area> can include wildcards ('?', '*') in the OS/2 way.
  303.         
  304.         
  305.         Errorlevels:
  306.         
  307.         
  308.         7 Out of memory
  309.         6 Timeout waiting for a busy FileBase
  310.         5 FArea.Dat not found
  311.         4 Max.Prm not found: either MAXIMUS environment variable or
  312.           -p<file> command line switch must point to a valid Max 3.xx
  313.           PRM file.
  314.         3 Abnormal termination
  315.         2 Error
  316.         1 Help requested
  317.         0 OK
  318.         
  319.         
  320.         IMPORTANT NOTE for the Dos version:
  321.                 QFB is a 32 bit application: it requires the Dos4GW.Exe
  322.                 dos extender in your path.
  323.         
  324.         
  325.